OLEObject.EventTriggered Event

Occurs when the OLEObject receives an event from the automation server. The event name is passed as the first parameter and the parameters for the event are passed as an array of variants.

Syntax

result = EventTriggered( NameOfEvent, Parameters() )


Parameters

NameOfEvent

String

Parameters()

Variant

Return Value

Result

Variant


Notes